Skip to content

MM-66664: Update dependencies#985

Merged
agarciamontoro merged 3 commits intomasterfrom
MM-66664.update.deps
Mar 25, 2026
Merged

MM-66664: Update dependencies#985
agarciamontoro merged 3 commits intomasterfrom
MM-66664.update.deps

Conversation

@agarciamontoro
Copy link
Copy Markdown
Member

Summary

Update dependencies.

Ticket Link

https://mattermost.atlassian.net/browse/MM-66664

@agarciamontoro
Copy link
Copy Markdown
Member Author

@coderabbitai review

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 23, 2026

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 23, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 92853bf3-a721-4cf7-b5e0-3ac00adbeafd

📥 Commits

Reviewing files that changed from the base of the PR and between c8f189d and 450abd2.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (2)
  • go.mod
  • loadtest/user/userentity/actions.go

📝 Walkthrough

Walkthrough

Upgraded Go toolchain and numerous direct and indirect dependencies in go.mod (including AWS SDK v2, Mattermost, and various golang.org/* packages). Also adjusted a client call in loadtest/user/userentity/actions.go to remove an unused argument.

Changes

Cohort / File(s) Summary
Dependency Updates
go.mod
Bumped Go directive to go 1.25.8 and updated multiple direct and indirect dependency versions (AWS SDK v2 modules, Mattermost server packages, golang.org/*, google.golang.org/*, modernc.org/*, and various third-party libraries).
API Signature Update
loadtest/user/userentity/actions.go
Removed the now-unused third argument from the ue.client.GetChannel() call to match the updated client method signature.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Poem

🐰 Versions hop, the mod file grows,
I nudge a call where extra arg goes,
Toolchain shines and packages climb,
Small trim here, big updates in time,
I nibble bugs and celebrate the chime. 🥕

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main purpose of the changeset: updating dependencies.
Description check ✅ Passed The description is directly related to the changeset, confirming that dependencies have been updated as indicated in the title.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch MM-66664.update.deps

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 golangci-lint (2.11.3)

Error: can't load config: unsupported version of the configuration: "" See https://golangci-lint.run/docs/product/migration-guide for migration instructions
The command is terminated due to an error: can't load config: unsupported version of the configuration: "" See https://golangci-lint.run/docs/product/migration-guide for migration instructions


Comment @coderabbitai help to get the list of available commands and usage tips.

@agarciamontoro
Copy link
Copy Markdown
Member Author

@coderabbitai help

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 23, 2026

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

CodeRabbit commands

These commands are invoked using PR/Issue comments.

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai evaluate custom pre-merge check --instructions <custom-checks-instructions> --name <custom-checks-title> [--mode <error|warning>] to validate the custom pre-merge checks instructions. Defaults to error when --mode is omitted.
    • @coderabbitai ignore pre-merge checks to override pre-merge checks and get an approval on PR.
    • @coderabbitai run pre-merge checks to run pre-merge checks on the pull request.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve merge conflict to automatically resolve merge conflicts.
  • @coderabbitai autofix to automatically fix issues identified in unresolved review comments.
  • @coderabbitai resolve to resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai generate configuration to create a PR that adds the current resolved configuration as .coderabbit.yaml (or show it if already present).
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore or @coderabbit ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit configuration file (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • You can also validate your configuration using the online YAML validator.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, support, documentation and community

  • Visit our status page to check the current availability of CodeRabbit.
  • Create a ticket on our support page for assistance with any issues or questions.
  • Visit our documentation site for detailed information on how to use CodeRabbit.
  • Join our Discord community to connect with other users and get help from the community.
  • Follow us on X/Twitter for updates and announcements.

@agarciamontoro
Copy link
Copy Markdown
Member Author

@coderabbitai why didn't you approve the PR with your review? Do I need to run the full review command?

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 23, 2026

Tip

For best results, initiate chat on the files or code changes.

@agarciamontoro: CodeRabbit separates reviewing from approving — a completed review does not automatically grant approval. Running full review would redo the entire review from scratch, but it still wouldn't result in an approval on its own.

To request an approval, you can use:

`@coderabbitai` approve

This will approve the PR if no blocking issues are found. Alternatively, if you want a fresh look at all the files before approving, you can run @coderabbitai full review first, and then follow up with @coderabbitai approve.

Would you like me to go ahead and approve this PR now?

@agarciamontoro
Copy link
Copy Markdown
Member Author

@coderabbitai approve

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 23, 2026

✅ Actions performed

Comments resolved. Auto-approval is disabled; enable reviews.request_changes_workflow to approve automatically.

@agarciamontoro
Copy link
Copy Markdown
Member Author

@coderabbitai full review

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 23, 2026

✅ Actions performed

Full review triggered.

@agarciamontoro
Copy link
Copy Markdown
Member Author

I don't really know how to make coderabbit approve this PR 😭

@agarciamontoro
Copy link
Copy Markdown
Member Author

@coderabbitai resolve

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 23, 2026

✅ Actions performed

Comments resolved. Auto-approval is disabled; enable reviews.request_changes_workflow to approve automatically.

@jwilander
Copy link
Copy Markdown
Member

@coderabbitai approve

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 23, 2026

✅ Actions performed

Comments resolved and changes approved.

@agarciamontoro agarciamontoro merged commit 2b2c322 into master Mar 25, 2026
@agarciamontoro agarciamontoro deleted the MM-66664.update.deps branch March 25, 2026 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants